home *** CD-ROM | disk | FTP | other *** search
/ Chip 2000 February / OpenLinux 2.3 CD.iso / col / launch / lisa / floppy / install.144 / etc / lilo.conf
Encoding:
Text File  |  1999-05-09  |  290 b   |  17 lines

  1. boot = /dev/fd0
  2. install = /boot/boot.b
  3. message=/boot/message
  4. prompt
  5. # autostart after 10 seconds
  6. timeout = 100
  7. image = /vmlinuz
  8.     initrd = /boot/initrd.gz
  9.     label = boot
  10.     append = "ramdisk_size=2880 load_ramdisk=1"
  11.     alias = install
  12. #image = /vmlinuz
  13. #    label = boot
  14. #    ramdisk = 0
  15. #    read-only
  16.  
  17.